home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
GRAPH_FO
/
(GRAPH
/
CGRAPHTE
/
CGRAPHDO.H
< prev
next >
Wrap
Text File
|
1991-02-15
|
830b
|
31 lines
/******************************************************************************
CGraphDoc.h
Interface for the GraphDoc Class
Copyright ⌐ 1989 Symantec Corporation. All rights reserved.
******************************************************************************/
#define _H_CGraphDoc
/* includes */
#include <CDocument.h> /* Interface for its superclass */
#include <CApplication.h>
/* class definition */
struct CGraphDoc : CDocument { /* Class Declaration */
/** Instance Variables **/
/** Instance Methods **/
/** Contruction/Destruction **/
void IGraphDoc(CApplication *itsSupervisor);
void NewFile(void);
void OpenFile(SFReply *macSFReply);
void BuildWindow(Handle theData);
Boolean DoSave(void);
Boolean DoSaveAs(SFReply *macSFReply);
void DoRevert(void);
};